home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / FLYDEMON.LZH / ASK_DEMO.BAT next >
DOS Batch File  |  2001-01-01  |  458b  |  25 lines

  1. echo off
  2. prompt $h$h
  3. echo 1- morning
  4. echo 2- noon
  5. echo 3- evening
  6. :booboo
  7. ask    What time of day is it? 
  8. if ERRORLEVEL 4 goto nuts
  9. if ERRORLEVEL 3 goto one
  10. if ERRORLEVEL 2 goto two
  11. if ERRORLEVEL 1 goto get_up
  12. :nuts
  13. echo You're crazy!
  14. goto booboo
  15. :get_up
  16. echo Oh Jesus, I suppose I'd better get up.
  17. goto done
  18. :two
  19. echo Let's do lunch.
  20. goto done
  21. :one
  22. echo How about some dinner?
  23. :done
  24. prompt $t$h$h$h$h$h$h\   $d$h$h$h$h$h   $p$_     
  25.